8aa7540c23a5fbb9a5c511e68a2a51368bbf580b,ui/src/main/java/org/glowroot/ui/LayoutService.java,LayoutService,createNoAccessLayout,#Authentication#,149

Before Change



    private ImmutableLayout createNoAccessLayout(Authentication authentication) {
        return ImmutableLayout.builder()
                .central(central)
                .offline(offline)
                .glowrootVersion(version)
                .loginEnabled(true)
                .gaugeCollectionIntervalMillis(0)

After Change



    private ImmutableLayout createNoAccessLayout(Authentication authentication) {
        return ImmutableLayout.builder()
                .central(central)
                .servlet(servlet)
                .offline(offline)
                .glowrootVersion(version)
                .loginEnabled(true)
                .gaugeCollectionIntervalMillis(0)